home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / whati~gz.zoo / whatis._1_ < prev    next >
Text File  |  1992-09-13  |  15KB  |  195 lines

  1. #WHATIS/ST
  2. #
  3. # NOTE: do NOT sort this file!!!
  4. #
  5. # format:
  6. #
  7. #    name%alias(es)%section%subsection%description%xref%keywords
  8. #
  9. #    name        program/routine/etc name
  10. #    alias        if this sources another manpage or refered by another
  11. #            name
  12. #    section        number (1-8)
  13. #    subsection    single letter (cap)
  14. #    description    what this is
  15. #    xref        basically "SEE ALSO"
  16. #    keywords    any descriptive keywords (comma sep list)
  17. #
  18. # `#' is a comment. null field is just `_'.
  19. #
  20. # $Id$
  21. # $Log$
  22. agrep%_%1%_%search a file for a string or regular expression, with approximate matching capabilities%grep(1),egrep(1),fgrep(1),sh(1),ed(1)%regular,expression,regex,parse,string,locate
  23. apply%_%1%_%apply a command to a set of arguments%sh(1),eval(1),env(1)%execute,command
  24. apropos%_%1%_%find pertinent online documentation%man(1),whatis(1),whatisin(1),whereis(1)%manual,documentation,help,info,keyword
  25. areacode%_%1%_%disclose an area code's location%phone(5)%_
  26. atob%btoa%1%_%encode/decode binary to printable ASCII%uuencode(1),compress(1),crypt(1)%ascii,binary,file,network,transfer,portable,standard
  27. awk%gawk%1%_%pattern scanning and processing language%perl(1),sed(1),tcsh(1),sh(1),egrep(1)%pattern,match,file,stream
  28. basename%_%1%_%strip directory and suffix from filenames%dirname(1),tcsh(1)%suffix,extension,path,strip
  29. bc%_%1%_%An arbitrary precision calculator language%calc(1),dc(1)%calculator
  30. bison%_%1%_%GNU Project parser generator (yacc replacement)%lex(1)%parse,parser,code,generate,lexical
  31. btoa,atob,tarmail,untarmail%_%1%_%encode/decode binary to printable ASCII%uuencode(1),uudecode(1),compress(1),crypt(1)%ascii,binary,file,network,transfer,portable,standard
  32. cal%_%1%_%print calendar%date(1)%calendar,date
  33. cat%_%1%_%concatenate files and print on the standard output%rcat(1),tac(1),ul(1)%list,file,blank,lines
  34. checknr%_%1%_%check nroff/troff files%nroff(1),troff(1),neqn(1),ms(7),me(7)%nroff,error,debug
  35. chkc%_%1%_%check C program for unmatched comments and strings%cpp(1),lint(1)%C,debug,preprocess,error
  36. chmod%_%1%_%change the access permissions of files%ls(1)%file,access,mode,read,write
  37. clear%_%1%_%clear terminal screen%stty(1),termcap(5)%term,clear
  38. cmp%_%1%_%compare two files%diff(1)%compare,files,binary
  39. cnm%_%1%_%prints the symbol table of a GEMDOS executable%gnm(1)%symbol,table,executable,TOS,C
  40. col%_%1%_%filter reverse line feeds%nroff(1),tbl(1),colcrt(1)%line,feeds,filter,tbl,eqn,nroff,crt
  41. colcrt%_%1%_%filter nroff output for CRT previewing%nroff(1),col(1),more(1),ul(1)%line,feeds,filter,tbl,eqn,nroff,crt
  42. colrm%_%1%_%remove columns from a file%expand(1),join(1),awk(1)%edit,columns,remove,delete
  43. comm%_%1%_%compare two sorted files line by line%diff(1),uniq(1)%compare,sort,files
  44. compress,uncompress,zcat%_%1%_%compress and expand data%zoo(1),arc(1),lha(1),tar(1)%file,stream,compress,pack
  45. cp%_%1%_%copy files%mv(1),ls(1)%copy,files,recursive
  46. cref%_%1%_%cross reference program%ctags(1)%cross,reference,C,tags
  47. csplit%_%1%_%split a file into sections determined by context lines%split(1),fsplit(1)%split,context,C,file
  48. ctags%_%1%_%create a tags file%ex(1),vi(1)%edit,files,macros,functions,tags
  49. cut%_%1%_%remove sections from each line of files%paste(1),join(1),colrm(1)%edit,columns,remove,delete
  50. cvtbase%_%1%_%convert from one base to another%itoh(1)%base,hex,decimal,octal,convert
  51. date%_%1%_%print or set the system date and time%touch(1)%date,change,list,system
  52. dd%_%1%_%convert a file while copying it%tar(1),cp(1)%copy,convert,file,ascii,ebcdic,block
  53. deroff%_%1%_%remove nroff, troff, tbl and eqn constructs%nroff(1),neqn(1),tbl(1)%text,nroff,tbl,eqn,ascii
  54. df%_%1%_%summarize free disk space%ls(1),du(1)%free,space,disk
  55. diction,explain%_%1%_%print wordy sentences; thesaurus for diction%deroff(1),spell(1),style(1)%writing,style,wordy,grammar
  56. diff%_%1%_%differential file and directory comparator%cmp(1),cc(1),comm(1),ed(1),diff3(1)%compare,files,text
  57. diff3%_%1%_%3-way differential file comparison%diff(1)%compare,files,text
  58. dir%ls%1%_%list contents of directories%stat(1)%directory,list,file
  59. dirname%_%1%_%strip filename suffix from pathname%basename(1)%suffix,extension,path,strip
  60. dmp%_%1%_%display contents of a file%udmp(1),od(1),fdump(1)%binary,file,list,hex,ascii,edit
  61. du%_%1%_%summarize disk usage%ls(1),df(1)%disk,utilization,directory
  62. echo%_%1%_%prints arguments%tcsh(1),sh(1),substr(1),printf(1)%shell,programming,script,environment,variables
  63. ed%_%1%_%text editor%ex(1),sed(1),vi(1),emacs(1)%edit,line
  64. egrep%grep%1%_%print lines matching a regular expression%grep(1),agrep(1),fgrep(1),sh(1),ed(1)%regular,expression,regex,parse,string,locate
  65. elvis,ex,vi,view,input%_%1%_%The editor%ctags(1),ref(1),virec(1)%edit,full,screen,vi,emacs,file
  66. emacs%_%1%_%MicroEMACS for ST (v3.9i)%vi(1),ed(1),sed(1)%edit,full,screen,vi,emacs,file
  67. env%_%1%_%run a program in a modified environment%sh(1),tcsh(1),apply(1)%execute,command,environment
  68. expand%_%1%_%convert tabs to spaces%unexpand(1)%tabs,convert
  69. explain,diction%_%1%_%print wordy sentences; thesaurus for diction%deroff(1),spell(1),style(1)%thesaurus
  70. expr%_%1%_%evaluate expressions%sh(1)%evaluate,expression,shell,programming
  71. false%_%1%_%provide truth value%true(1),yes(1),tcsh(1),sh(1)%shell,program,script
  72. fgrep%_%1%_%search a file for a pattern%grep(1),egrep(1),agrep(1),sh(1),ed(1)%parse,string,locate
  73. file%_%1%_%determine file type%magic(5),stat(1),ls(1)%file,type,magic,number,contents
  74. find%_%1%_%find files%sh(1),test(1),ls(1),fs(5)%search,file,directory,where
  75. fixstk%printstk%1%_%print/reset stack size of an executatble%size68(1),size(1),gversion(1),xstrip(1),malloc(3)%stack,C,program,executable,memory,malloc
  76. fixtar%_%1%_%filter to convert absolute pathnames to relative in tar archives%tar(1),tar(5)%absolute,path,tar,file,fix
  77. fiz%_%1%_%analyze damaged zoo archive for data revovery%zoo(1)%zoo,archive,damaged,error,extract,header
  78. flex%_%1%_%fast lexical analyzer generator%flexdoc(1),yacc(1)%lexical,analyzer,code,generate,parse,parser
  79. flexdoc%_%1%_%fast lexical analyzer generator detailed documentation%flex(1),yacc(1)%lexical,analyzer,code,generate,parse,parser
  80. fold%_%1%_%wrap each input line to fit in specified width%cat(1),stty(1)%wrap,lines
  81. gar%gcc-ar%1%_%object library maintainer%gcc(1),gar(5),tar(1)%library,archive,maintain,object,modules,link,GNU,C
  82. gas%gcc-as%1%_%GNU assembler%gcc(1),gld(1)%assembler,programming,object,modules,link,GNU,C
  83. gawk%_%1%_%pattern scanning and processing language%perl(1),sed(1),tcsh(1),sh(1),egrep(1)%pattern,match,file,stream
  84. gcc%_%1%_%GNU project C Compiler (version 1.36)%gas(1),gld(1),gar(1),gdb(1),gmake(1)%GNU,C,compiler,programming
  85. gld%gcc-ld%1%_%GNU link editor%gcc(1),gas(1),gar(1),gar(5)%GNU,C,link,edit,object,module,library,archive,program
  86. gmake%_%1%_%GNU make utility to maintain groups of programs%gcc(1),gmkmake(1),touch(1)%GNU,program,build,make,compile,date
  87. gmkmake%_%1%_%create a makefile for GNU C from all source files in a directory%gmake(1),gcc(1)%makefile,generate,GNU,C
  88. gnm%gcc-nm%1%_%prints the symbols of a GNU archive or object file.%cnm(1),gcc(1)%_
  89. gprof%_%1%_%program profiling tool%gcc(1),gdb(1)%_
  90. grep,egrep%_%1%_%print lines matching a regular expression%agrep(1),egrep(1),fgrep(1),sh(1),ed(1)%regular,expression,regex,parse,string,locate
  91. gtar%_%1%_%process tape archives%tar(5),cpio(1),dd(1),find(1),fixtar(1)%archive,POSIX,standard,tape,file
  92. gversion%_%1%_%set/display version numbers%a.out(5)%_
  93. head%_%1%_%output the first part of files%tail(1),cat(1)%_
  94. id%_%1%_%print real and effective UIDs and GIDs%chown(1)%_
  95. install%_%1%_%copy files and set their attributes%gmake(1),chmod(1),chown(1),chgrp(1),gversion(1)%_
  96. join%_%1%_%join lines of two files on a common field%cut(1),paste(1)%_
  97. kill%_%1%_%send a signal to one or more processes%signal(3),nice(1)%_
  98. less%_%1%_%opposite of more%lesskey(1),more(1),cat(1),man(1)%pager,list,file,more
  99. lesskey%_%1%_%specify key bindings for less%less(1)%map,keys,pager
  100. lex%flex%1%_%fast lexical analyzer generator%flexdoc(1),yacc(1)%lexical,analyzer,code,generate,parse,parser
  101. lha%_%1%_%LHarc for Unix%zoo(1),arc(1)%_
  102. lim%_%1%_%run a program, restricting its resources%tcsh(1),rg(1),nice(1)%_
  103. ln%_%1%_%make link